Skip to content

Commit

Permalink
ci: use macos-13, as macos-12 is deprecated by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 18, 2024
1 parent 7a9080b commit 96411dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- os: windows-2019 # always use the oldest possible for 32-bit because of older compilers, and better support of certain legacy OSes
targetos: win32
targetarch: i386
- os: macos-14 # in GitHub documentation, it's an ARM64 machine
- os: macos-13-arm64
targetos: apple
targetarch: arm64
- os: macos-12 # in GitHub documentation, it's an x86 machine
- os: macos-13
targetos: apple
targetarch: amd64
env:
Expand Down

0 comments on commit 96411dd

Please sign in to comment.