Skip to content

Commit

Permalink
CI: use macos-13 environment and add macos-14 (arm64 M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou committed Mar 1, 2024
1 parent 74d6b05 commit d55a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
BUILD_TYPE: ${{ matrix.type }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
type: [Release, Debug]

steps:
Expand Down

0 comments on commit d55a27b

Please sign in to comment.