Skip to content

Commit b13f0d2

Browse files
committed
macos
1 parent bcdb097 commit b13f0d2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414

1515
jobs:
1616
macos:
17-
runs-on: macos-11
17+
runs-on: [macos-13, macos-15, macos-26, macos-15-intel, macos-26]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- run: .github/build.sh macos
2121

2222
ubuntu:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v3
2626
- run: .github/build.sh ubuntu
@@ -32,15 +32,7 @@ jobs:
3232
- run: sudo apt install softhsm2 opensc
3333
- run: .github/ci-test.sh
3434

35-
ubuntu-24:
36-
runs-on: ubuntu-24.04
37-
steps:
38-
- uses: actions/checkout@v3
39-
- run: .github/build.sh ubuntu
40-
- run: sudo apt install softhsm2 opensc
41-
- run: .github/ci-test.sh
42-
43-
ubuntu-24-libressl:
35+
ubuntu-libressl:
4436
runs-on: ubuntu-24.04
4537
steps:
4638
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)