Skip to content

Commit

Permalink
Update GitHub Actions runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Nov 20, 2024
1 parent c8c2aaf commit 442958b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
shared:
name: Shared
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:

- uses: actions/checkout@v3
Expand All @@ -31,15 +31,15 @@ jobs:

macOS:
name: macOS app
runs-on: macos-13
runs-on: macos-15
steps:

- uses: actions/checkout@v3

- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
xcode-version: '16.1'

- name: Configure JDK
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
build:
name: Build release
runs-on: macos-13
runs-on: macos-15

steps:
- uses: actions/checkout@v3

- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
xcode-version: '16.1'

- name: Configure JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 442958b

Please sign in to comment.