Skip to content

Commit

Permalink
try m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Oct 24, 2023
1 parent b514951 commit 9125119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
include:
- cfg: {name: 'macos', runson: 'macos-latest'}
- cfg: {name: 'macos-x86', runson: 'macos-latest'}
- cfg: {name: 'macos-arm', runson: 'macos-latest-xlarge'}
- cfg: {name: 'gcc10', runson: 'ubuntu-latest', container: 'debian:bullseye'}
- cfg: {name: 'gcc11', runson: 'ubuntu-latest', container: 'ubuntu:jammy'}
- cfg: {name: 'gcc12', runson: 'ubuntu-latest', container: 'debian:bookworm'}
Expand Down

0 comments on commit 9125119

Please sign in to comment.