Skip to content

Commit

Permalink
update macos runners to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 11, 2024
1 parent 2a675d6 commit e4cb074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
name: fishnet-x86_64-pc-windows-gnu
path: signed
macos-x86-64:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -129,7 +129,7 @@ jobs:
name: fishnet-x86_64-apple-darwin
path: fishnet-x86_64-apple-darwin
macos-aarch64:
runs-on: macos-11.0
runs-on: macos-12
env:
CXXFLAGS: -target arm64-apple-macos11
steps:
Expand Down

0 comments on commit e4cb074

Please sign in to comment.