Skip to content

Commit

Permalink
Update CI to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 12, 2024
1 parent e1d9685 commit a8bfae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit a8bfae2

Please sign in to comment.