Skip to content

Commit

Permalink
CI: Use macos-13 instead of macos-latest (#3366)
Browse files Browse the repository at this point in the history
Our workflows assume macos-latest is intel, but now it's arm64.
Use macos-13, which is documented to be intel, instead.

reference:
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
  • Loading branch information
yamt committed Jul 25, 2024
1 parent 466336c commit 08c4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasmtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{matrix.os}}

steps:
Expand Down

0 comments on commit 08c4d38

Please sign in to comment.