Skip to content

Commit

Permalink
Update UOX3Build.yml
Browse files Browse the repository at this point in the history
Updating build target in Github workflow from macos-13 to macos-latest
  • Loading branch information
Xoduz committed Mar 15, 2024
1 parent 572ad4a commit 1021f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UOX3Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest]
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1021f0f

Please sign in to comment.