Skip to content

Commit

Permalink
Update workflows for Ubuntu 24.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Aug 11, 2024
1 parent de4e2fe commit c9a1b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
packages: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_API_TOKEN }}
Expand Down

0 comments on commit c9a1b14

Please sign in to comment.