Skip to content

Commit

Permalink
deal with github deprecation hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Oct 18, 2024
1 parent 00d7809 commit 0b14aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with_pgo: false

- job_name: macOS x86_64
os: macos-12
os: macos-13
arch: x86_64
bootstrap_cmake_flags: >-
-DBUILD_LTO_LIBS=ON
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
include:

- job_name: macOS arm64
host_os: macos-12
host_os: macos-13
os: osx
arch: arm64
bootstrap_cmake_flags: -DD_COMPILER_FLAGS=-gcc=/usr/bin/c++
Expand Down

0 comments on commit 0b14aa4

Please sign in to comment.