Skip to content

Commit

Permalink
ci: macos to 14 (M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Sep 25, 2024
1 parent 9dc43f4 commit 1cbae36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: test
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-14]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -20,7 +20,7 @@ jobs:
if [[ "${RUNNER_OS}" == "Linux" ]]; then
echo '::set-output name=platform::linux-64' && exit 0
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
echo '::set-output name=platform::osx-64' && exit 0
echo '::set-output name=platform::osx-arm64' && exit 0
fi
fi
echo "Unsupported platform ${RUNNER_OS} ${RUNNER_ARCH}"
Expand Down

0 comments on commit 1cbae36

Please sign in to comment.