We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cbdb2 commit ff82337Copy full SHA for ff82337
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
ci:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
13
steps:
14
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
32
run: cargo doc
33
34
nix:
35
36
37
38
- uses: actions/cache@v2
.github/workflows/release.yml
@@ -10,8 +10,8 @@ on:
release:
- # Should match the version that Polygott uses.
- runs-on: ubuntu-18.04
+ # Should match the version reported by /etc/lsb-release on Repls.
15
16
17
0 commit comments