Skip to content

Commit ff82337

Browse files
committed
Fix CI/CD
The versions of the containers we were running are ancient. This change brings them up to modernity once more.
1 parent 74cbdb2 commit ff82337

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
run: cargo doc
3333

3434
nix:
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- uses: actions/checkout@v2
3838
- uses: actions/cache@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
jobs:
1111

1212
release:
13-
# Should match the version that Polygott uses.
14-
runs-on: ubuntu-18.04
13+
# Should match the version reported by /etc/lsb-release on Repls.
14+
runs-on: ubuntu-24.04
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)