Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
[skip cirrus]
  • Loading branch information
equeim committed Jan 16, 2025
1 parent 8703c18 commit abb1687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI

on:
push:
branches: [master]
branches: [master, flatpak-test]
pull_request:
branches:
- master
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
build-flatpak:
# https://github.com/actions/runner-images/issues/11359
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Add GCC problem matcher
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Set up Flatpak
run: |
sudo add-apt-repository -y ppa:flatpak/stable
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --assume-yes install flatpak flatpak-builder elfutils
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get --assume-yes install flatpak flatpak-builder
flatpak remote-add --user --if-not-exists flathub 'https://flathub.org/repo/flathub.flatpakrepo'
- name: Checkout
Expand Down

0 comments on commit abb1687

Please sign in to comment.