Changed CI to just run on ubuntu-latest

If we already have to bump this version as GitHub phases out older
Ubuntu runners (which is reasonable), I don't really see the value of
pinning a specific version. We might as well just respond to any
broken dependencies caused by GitHub's implicit updates as they
happen...

It's not like CI is truly continuous.
This commit is contained in:
Christopher Haster
2023-12-21 00:33:44 -06:00
parent c733d9ec57
commit 897b571318
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ defaults:
jobs:
post-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
# trigger post-release in dependency repo, this indirection allows the
# dependency repo to be updated often without affecting this repo. At