Skip to content

Commit

Permalink
Merge pull request #56 from cooljeanius/macos-12-to-13
Browse files Browse the repository at this point in the history
Update test.yaml to bump macos version used
  • Loading branch information
cooljeanius authored Nov 19, 2024
2 parents 48bb12c + 9d05399 commit 54a7c0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# Self-host Tests
self-host-test:
name: Self-host Tests
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4

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

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

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

0 comments on commit 54a7c0c

Please sign in to comment.