Skip to content

Commit 7b9ff23

Browse files
author
Daniel Rubery
committed
Update Ubuntu version for CI
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.
1 parent 9f997a8 commit 7b9ff23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
main:
99
name: Build, Validate and Deploy
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
steps:

0 commit comments

Comments
 (0)