Skip to content

Commit

Permalink
fix: lock github actions macos to x86 using macos-13
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Charsley <[email protected]>
  • Loading branch information
charsleysa authored May 3, 2024
1 parent 296242a commit cf60b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

macos-build:
name: MacOS Build
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 15
steps:
- name: Set net8.0
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
optimization: [0,1,2,3,4,5,6,7,8,9]
fail-fast: false
name: MacOS - Unit Test -o${{ matrix.optimization }}
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 15
needs: macos-build
steps:
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
optimization: [0,1,2,3,4,5,6,7,8,9]
fail-fast: false
name: MacOS - Demo Test -o${{ matrix.optimization }}
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 15
needs: macos-build
steps:
Expand Down

0 comments on commit cf60b2e

Please sign in to comment.