Skip to content

Commit

Permalink
Try the ubuntu-24.04 beta runner
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed May 16, 2024
1 parent f0831df commit 83cf093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.event_name != 'pull_request' && 'release' || format('pr-{0}', github.event.number) }}
steps:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
branch: release

test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 83cf093

Please sign in to comment.