Skip to content

Commit

Permalink
Testing if "macOS-latest" CI option should be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 30, 2024
1 parent 69dd2b3 commit d9de99f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
target: x86_64-pc-windows-gnu
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: macOS-latest
- os: macos-latest
target: x86_64-apple-darwin
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
include:
- os: macOS-latest
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: aarch64-pc-windows-msvc
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
matrix:
include:
- os: macOS-latest
- os: macos-latest
target: aarch64-apple-ios
- os: linux-latest
target: aarch64-unknown-fuchsia
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
target: thumbv7neon-linux-androideabi
- os: linux-latest
target: thumbv7neon-unknown-linux-gnueabihf
- os: macOS-latest
- os: macos-latest
target: x86_64-apple-ios
- os: linux-latest
target: x86_64-fortanix-unknown-sgx
Expand Down

0 comments on commit d9de99f

Please sign in to comment.