Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
bump macos version used
  • Loading branch information
cooljeanius committed Nov 19, 2024
1 parent 48bb12c commit 9d05399
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 9d05399

Please sign in to comment.