Skip to content

Commit

Permalink
try to avoid llvm bug by bumping macos-x86-64 runner to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 11, 2024
1 parent e4cb074 commit 3a5b5de
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 @@ -115,7 +115,7 @@ jobs:
name: fishnet-x86_64-pc-windows-gnu
path: signed
macos-x86-64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3a5b5de

Please sign in to comment.