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 c1131b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 All @@ -27,5 +27,5 @@ jobs:

- name: Build
run: |
cd steamworks-sdk && make install && cd ..
cd steamworks-sdk && sudo make install && cd ..
cd spacewar && swift build

0 comments on commit c1131b5

Please sign in to comment.