Skip to content

Commit

Permalink
CI: Use macos-latest (macos-10.15 runner is obsolete)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpt committed Jan 21, 2024
1 parent 0a8298e commit f5367b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
##

macos-build:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Compile The Great Escape for macOS (via xcodebuild)
run: xcodebuild -project platform/osx/TheGreatEscape.xcodeproj -scheme Debug -derivedDataPath DerivedData build

macos-cmake-build:
runs-on: macos-10.15
runs-on: macos-latest

outputs:
changeset: ${{ steps.version.outputs.changeset }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
# The release only triggers when the thing that was pushed was a tag starting with 'macos-'
macos-release:
needs: macos-cmake-build
runs-on: macos-10.15
runs-on: macos-latest
if: startsWith(github.ref, 'refs/tags/macos-')
steps:
- name: Download built binary
Expand Down

0 comments on commit f5367b8

Please sign in to comment.