Skip to content

Commit 53fba16

Browse files
committed
Bump OS version to ubuntu-release
1 parent 87df298 commit 53fba16

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-22.04]
12+
os: [ubuntu-latest]
1313
platform: [x32, x64]
1414
compiler: [gcc, clang]
1515
configure:
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.os }}
8080
strategy:
8181
matrix:
82-
os: [ubuntu-22.04]
82+
os: [ubuntu-latest]
8383
platform: [x32, x64]
8484
compiler: [gcc, clang]
8585
configure:

0 commit comments

Comments
 (0)