Skip to content

Commit cf60c8d

Browse files
authoredJan 24, 2025··
Update .github/workflows/CI.yml
1 parent 6ee3a18 commit cf60c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-22.04, macos-13]
22+
os: [ubuntu-latest, macos-13]
2323
toolchain:
2424
- {compiler: gcc, version: 10}
2525
- {compiler: gcc, version: 11}

0 commit comments

Comments
 (0)
Please sign in to comment.