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
  • Loading branch information
stuarthayhurst authored May 17, 2024
2 parents d0aaf55 + 98a15f5 commit e8bebe4
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
make check
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: [email protected]
path: build/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8bebe4

Please sign in to comment.