Skip to content

Commit

Permalink
Merge pull request #1325 from SteamRE/ci/macos-arm
Browse files Browse the repository at this point in the history
Add new Apple M1 runners to GitHub Actions CI
  • Loading branch information
yaakov-h authored Jan 31, 2024
2 parents 0a6d243 + ad4030b commit f9f1de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steamkit2-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [ windows-latest, macos-latest, ubuntu-latest ]
os: [ windows-latest, macos-latest, macos-14, ubuntu-latest ]
sdk: [ 8.0.x ]
configuration: [ Debug, Release ]
fail-fast: false
Expand Down

0 comments on commit f9f1de3

Please sign in to comment.