Skip to content

Commit 3ddb051

Browse files
committed
Update CI os versions
1 parent b4fa843 commit 3ddb051

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# https://github.com/actions/virtual-environments
13-
os: [macos-12, ubuntu-20.04]
13+
os: [macos-15, ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
# https://github.com/actions/virtual-environments
27-
os: [macos-12, ubuntu-20.04]
27+
os: [macos-15, ubuntu-24.04]
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)