Skip to content

Commit 9d85fd1

Browse files
committed
Try to prevent compilation errors with macos-13 runner
1 parent b4cfd3d commit 9d85fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false # Don't stop all the workflows when one of them fails.
1818

1919
matrix:
20-
os: [ubuntu-22.04, windows-latest, macos-latest] # List of GitHub Actions platform to run the workflow on
20+
os: [ubuntu-22.04, windows-latest, macos-13] # List of GitHub Actions platform to run the workflow on
2121
env:
2222
# For WolfSSL:
2323
# set the value of the environment variable OS to Windows when running on the Windows operating system and to Linux_Or_Mac otherwise

0 commit comments

Comments
 (0)