Skip to content

Commit

Permalink
build: Use macos-latest as runner image for MacOS (x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 19, 2024
1 parent 4e19751 commit 9651496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

macos-rust-test:
name: Rust test (macos)
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust & Java toolchain
Expand All @@ -91,7 +91,7 @@ jobs:

macos-java-test:
name: Java test (macos)
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust & Java toolchain
Expand Down

0 comments on commit 9651496

Please sign in to comment.