Skip to content

Commit

Permalink
* macos-12 -> macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 8, 2025
1 parent f32f2ea commit 4dbe5fa
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 @@ -5,7 +5,7 @@ jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v2

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

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

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

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

0 comments on commit 4dbe5fa

Please sign in to comment.