Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed May 2, 2024
1 parent eecb601 commit 5e1f85a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:
jobs:
macos:
name: build
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

runs-on: macos-14
steps:
- name: Checkout steamworks SDK
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: johnfairh/steamworks-swift-sdk
path: steamworks-sdk
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.3

- name: Checkout spacewar
uses: actions/checkout@v3
Expand Down

0 comments on commit 5e1f85a

Please sign in to comment.