Skip to content

Commit

Permalink
ci: Switch to latest macOS and Windows images
Browse files Browse the repository at this point in the history
The Xcode version has also been updated to 16.2.
  • Loading branch information
hebasto committed Jan 3, 2025
1 parent 228aba2 commit af71c95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: ${{ matrix.job-name }}
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-14
runs-on: macos-15

# When a contributor maintains a fork of the repo, any pull request they make
# to their own fork, or to the main repository, will trigger two CI runs:
Expand All @@ -96,10 +96,10 @@ jobs:
include:
- job-type: standard
file-env: './ci/test/00_setup_env_mac_native.sh'
job-name: 'macOS 14 native, arm64, no depends, sqlite only, gui'
job-name: 'macOS 15 native, arm64, no depends, sqlite only, gui'
- job-type: fuzz
file-env: './ci/test/00_setup_env_mac_native_fuzz.sh'
job-name: 'macOS 14 native, arm64, fuzz'
job-name: 'macOS 15 native, arm64, fuzz'

env:
DANGER_RUN_CI_ON_HOST: 1
Expand All @@ -111,7 +111,7 @@ jobs:

- name: Clang version
run: |
sudo xcode-select --switch /Applications/Xcode_15.0.app
sudo xcode-select --switch /Applications/Xcode_16.2.0.app
clang --version
- name: Install Homebrew packages
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
name: ${{ matrix.job-name }}
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
# See: https://github.com/actions/runner-images#available-images.
runs-on: windows-2022
runs-on: windows-2025

if: ${{ vars.SKIP_BRANCH_PUSH != 'true' || github.event_name == 'pull_request' }}

Expand Down

0 comments on commit af71c95

Please sign in to comment.