Skip to content

Commit f11b833

Browse files
committed
Another attempt at fixing GH Actions
1 parent dd911a9 commit f11b833

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
types: [created]
44
jobs:
55
build:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
77
strategy:
88
matrix:
99
arch: ['x64']

.github/workflows/mac.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
ref: ${{ github.ref }}
2121

22-
- run: sudo xcode-select -switch /Applications/Xcode_13.1.app
23-
2422
- name: Build Qode binary
2523
run: node ./qode/build.js
2624
env:

0 commit comments

Comments
 (0)