Skip to content

Commit

Permalink
Merge pull request #48 from stuarthayhurst/update-workflow
Browse files Browse the repository at this point in the history
Update workflow to Ubuntu 24.04
stuarthayhurst authored May 17, 2024
2 parents d0aaf55 + 98a15f5 commit e8bebe4
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install build dependencies
@@ -25,7 +25,7 @@ jobs:
run: |
make check
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: PrivacyMenu@stuarthayhurst.shell-extension.zip
path: build/PrivacyMenu@stuarthayhurst.shell-extension.zip
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:

jobs:
shellcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/test-build-system.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install build dependencies

0 comments on commit e8bebe4

Please sign in to comment.