Skip to content

Commit 2e96bda

Browse files
ldv-altsolardiz
authored andcommitted
github: switch from ubuntu-22.04 to ubuntu-latest
Given that ubuntu-latest was changed some time ago to use ubuntu-22.04 instead of ubuntu-20.04, there is no need to specify the fixed 22.04 version of ubuntu. Link: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/
1 parent b97d391 commit 2e96bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
1212

1313
gcc12-x86_64:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
env:
1616
CC: gcc-12
1717
TARGET: x86_64
@@ -81,7 +81,7 @@ jobs:
8181
run: ci/run-build-and-tests.sh
8282

8383
clang14-x86_64:
84-
runs-on: ubuntu-22.04
84+
runs-on: ubuntu-latest
8585
env:
8686
CC: clang-14
8787
TARGET: x86_64
@@ -95,7 +95,7 @@ jobs:
9595
run: ci/run-build-and-tests.sh
9696

9797
clang13-x86_64:
98-
runs-on: ubuntu-22.04
98+
runs-on: ubuntu-latest
9999
env:
100100
CC: clang-13
101101
TARGET: x86_64

0 commit comments

Comments
 (0)