Skip to content

Commit

Permalink
Update Ubuntu version for CI
Browse files Browse the repository at this point in the history
CI is currently failing due to:

Bikeshed now requires Python 3.9; you are on 3.8.10.
        If you're seeing this message in your CI run, you are
        likely specifying an old OS; try `ubuntu-latest`.

So try ubuntu-latest.
  • Loading branch information
Daniel Rubery committed Dec 18, 2024
1 parent 9f997a8 commit 7b9ff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit 7b9ff23

Please sign in to comment.