We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cfd3d commit 9d85fd1Copy full SHA for 9d85fd1
1 file changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false # Don't stop all the workflows when one of them fails.
18
19
matrix:
20
- os: [ubuntu-22.04, windows-latest, macos-latest] # List of GitHub Actions platform to run the workflow on
+ os: [ubuntu-22.04, windows-latest, macos-13] # List of GitHub Actions platform to run the workflow on
21
env:
22
# For WolfSSL:
23
# 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