Skip to content

Commit

Permalink
Set macOS to latest placeholder
Browse files Browse the repository at this point in the history
macOS 11 has [been deprecated][1] by GitHub actions runners.

[1]: actions/runner-images#9255 (comment)
  • Loading branch information
WillChilds-Klein committed Jul 3, 2024
1 parent 3f78067 commit 73e83bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ env:

jobs:
macOS:
runs-on: macos-11 # latest
runs-on: latest
steps:
- uses: actions/checkout@v2
- name: Build ${{ env.PACKAGE_NAME }}
run: |
./tests/ci/run_posix_tests.sh
macOS-FIPS:
runs-on: macos-11 # latest
runs-on: latest
steps:
- uses: actions/checkout@v2
- name: Build ${{ env.PACKAGE_NAME }} with FIPS mode
Expand Down

0 comments on commit 73e83bf

Please sign in to comment.