Skip to content

Commit

Permalink
gh action : move to checkbox24
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-cao committed Oct 14, 2024
1 parent a10ce4d commit 908764c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-snap-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:

check-secret:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
snap-key: ${{ steps.snap-key.outputs.defined }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
SNAPSTORE_KEY: ${{ secrets.SNAPCRAFT7_CREDS }}

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [check-secret]
steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Verify snap
run: |
sudo snap install checkbox22
sudo snap install checkbox24
sudo snap install --dangerous --classic ${{ steps.build.outputs.snap }}
- if: needs.check-secret.outputs.snap-key == 'true' && (github.ref_name == 'noble-24.04')
Expand Down

0 comments on commit 908764c

Please sign in to comment.