Skip to content

Commit a988408

Browse files
committed
Update CI to run on non-deprecated Ubuntu versions
1 parent bfb7cc7 commit a988408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
include:
99
- platform: linux
1010
arch: x64
11-
os: "ubuntu-20.04"
11+
os: "ubuntu-22.04"
1212
- platform: linux
1313
arch: arm64
1414
os: "ubuntu-24.04-arm"
@@ -71,7 +71,7 @@ jobs:
7171
if-no-files-found: error
7272
publish:
7373
name: Publish a release
74-
runs-on: "ubuntu-20.04"
74+
runs-on: "ubuntu-22.04"
7575
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
7676
needs: build
7777
steps:

0 commit comments

Comments
 (0)