Skip to content

Commit

Permalink
update to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Aug 26, 2022
1 parent 46838c2 commit 098e00c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Expand Up @@ -78,7 +78,7 @@ jobs:
# Self-host Tests
self-host-test:
name: Self-host Tests
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# Self-parity Tests
self-parity-test:
name: Self-parity Tests
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# Compiler Tests
compiler-test:
name: Compiler Tests
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
# CLI Tests
cli-test:
name: CLI Tests
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 098e00c

Please sign in to comment.