Skip to content

Commit

Permalink
CI: Test on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Sep 11, 2023
1 parent 5b09fb9 commit af7915b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os:
- windows-2022
- ubuntu-latest
- macos-12
- macos-13
arch:
- x86_64
- i686
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
generator: ninja
arch: x86_64
abi: darwin
os: macos-12
os: macos-13
- rust: 1.54
cmake: 3.22.6
generator: ninja
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
generator: ninja
- os: windows-2022
arch: powerpc64le
- os: macos-12
- os: macos-13
arch: i686
- os: macos-12
- os: macos-13
arch: aarch64
- os: macos-12
- os: macos-13
arch: powerpc64le

# ABI
Expand All @@ -105,9 +105,9 @@ jobs:
abi: darwin
- os: windows-2022
abi: darwin
- os: macos-12
- os: macos-13
abi: msvc
- os: macos-12
- os: macos-13
abi: gnu

steps:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
os:
- windows-2022
- ubuntu-latest
- macos-12
- macos-13
include:
- abi: default
# - os: windows-2019
Expand Down Expand Up @@ -224,10 +224,10 @@ jobs:
os:
- windows-2019
- ubuntu-latest
- macos-12
- macos-13
include:
- rust: 1.46.0
- os: macos-12
- os: macos-13
rust: 1.54.0 # On MacOS-12 linking fails before Rust 1.54
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit af7915b

Please sign in to comment.