diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-24 20:37:29 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-25 08:36:52 +0200 |
commit | 44974afc2f341b5d16408dec2e381616d388f9c8 (patch) | |
tree | 43c3c47ddb80c135a27509542689df5854b47864 | |
parent | a7ed5242a797383b82bd48e1fe6fc20d544ed6e0 (diff) | |
download | luasystem-44974afc2f341b5d16408dec2e381616d388f9c8.tar.gz luasystem-44974afc2f341b5d16408dec2e381616d388f9c8.tar.bz2 luasystem-44974afc2f341b5d16408dec2e381616d388f9c8.zip |
fix(ci): move away from deprecated macos version
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86b74fe..13721b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -20,7 +20,7 @@ jobs: | |||
20 | strategy: | 20 | strategy: |
21 | fail-fast: false | 21 | fail-fast: false |
22 | matrix: | 22 | matrix: |
23 | os: ['ubuntu-20.04', 'macos-11.0'] | 23 | os: ['ubuntu-20.04', 'macos-13'] |
24 | luaVersion: | 24 | luaVersion: |
25 | - "5.1" | 25 | - "5.1" |
26 | - "5.2" | 26 | - "5.2" |