Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed May 11, 2024
1 parent 52ae5ac commit 83d4b3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ jobs:
Test_OSX_1:
needs: [build_OSX]
name: "Test for OSX 1"
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 40

steps:
Expand Down Expand Up @@ -733,7 +733,6 @@ jobs:
export PATH=$PATH:${{ github.workspace }}/radiance/bin
rtrace -version
cd ./test/px/
uname -m
make clean
make
Expand Down Expand Up @@ -774,7 +773,7 @@ jobs:
Test_OSX_2:
needs: [build_OSX]
name: "Test for OSX 2"
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 40

steps:
Expand Down Expand Up @@ -828,7 +827,7 @@ jobs:
Test_OSX_3:
needs: [build_OSX]
name: "Test for OSX 3"
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 40

steps:
Expand Down Expand Up @@ -882,7 +881,7 @@ jobs:
Test_OSX_4:
needs: [build_OSX]
name: "Test for OSX 4"
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 40

steps:
Expand Down

0 comments on commit 83d4b3d

Please sign in to comment.