Skip to content

Commit 99930ae

Browse files
Switch macos-latest to macos-14
The build on macos-latest (currently macos-15) segfaults due to what I suspect to be an issue with the SoftHSM2 build distributed on Homebrew. To be investigated.
1 parent 5a258d7 commit 99930ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- ubuntu-latest
7474
- ubuntu-24.04-arm
7575
- windows-latest
76-
- macos-latest
76+
- macos-14
7777
steps:
7878
- uses: actions/checkout@v4
7979
- name: Setup Python

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
- windows-latest
23-
- macos-latest
23+
- macos-14
2424
python-version:
2525
- "3.9"
2626
- "3.10"
@@ -36,7 +36,7 @@ jobs:
3636
- pkcs11-platform: opencryptoki
3737
os: windows-latest
3838
- pkcs11-platform: opencryptoki
39-
os: macos-latest
39+
os: macos-14
4040
steps:
4141
- name: Acquire sources
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)